home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / bcode / bcmag31.exe / {app} / bcMagic.exe / 0 / RCDATA / TFPRINTIT / TFPRINTIT.txt
Text File  |  2001-12-23  |  9KB  |  366 lines

  1. object FPrintIt: TFPrintIt
  2.   Left = 236
  3.   Top = 112
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Print Barcode'
  7.   ClientHeight = 375
  8.   ClientWidth = 374
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object BitBtn1: TBitBtn
  21.     Left = 295
  22.     Top = 303
  23.     Width = 75
  24.     Height = 25
  25.     Caption = 'Printer Setup'
  26.     TabOrder = 2
  27.     OnClick = BitBtn1Click
  28.   end
  29.   object GroupBox1: TGroupBox
  30.     Left = 8
  31.     Top = 8
  32.     Width = 177
  33.     Height = 361
  34.     Caption = 'Print &Range'
  35.     TabOrder = 6
  36.     object pSkip: TPanel
  37.       Left = 2
  38.       Top = 134
  39.       Width = 173
  40.       Height = 225
  41.       Align = alBottom
  42.       BevelOuter = bvNone
  43.       TabOrder = 5
  44.       object PaintBox1: TPaintBox
  45.         Left = 5
  46.         Top = 16
  47.         Width = 167
  48.         Height = 185
  49.         Color = clWhite
  50.         ParentColor = False
  51.         OnMouseDown = PaintBox1MouseDown
  52.         OnPaint = PaintBox1Paint
  53.       end
  54.       object LSkipLbl: TLabel
  55.         Left = 23
  56.         Top = 203
  57.         Width = 95
  58.         Height = 14
  59.         AutoSize = False
  60.         Caption = 'Skip 0 Labels'
  61.       end
  62.       object sbLeft: TSpeedButton
  63.         Left = 119
  64.         Top = 203
  65.         Width = 17
  66.         Height = 17
  67.         Glyph.Data = {
  68.           BE000000424DBE00000000000000760000002800000009000000090000000100
  69.           0400000000004800000000000000000000001000000010000000000000000000
  70.           80000080000000808000800000008000800080800000C0C0C000808080000000
  71.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFF7FFF000
  72.           0000FFFF70FFF0000000FFF700FFF0000000FF7000FFF0000000FF0000FFF000
  73.           0000FFF000FFF0000000FFFF00FFF0000000FFFFF0FFF0000000FFFFFFFFF000
  74.           0000}
  75.         OnClick = sbLeftClick
  76.       end
  77.       object sbRight: TSpeedButton
  78.         Left = 137
  79.         Top = 203
  80.         Width = 17
  81.         Height = 17
  82.         Glyph.Data = {
  83.           BE000000424DBE00000000000000760000002800000009000000090000000100
  84.           0400000000004800000000000000000000001000000010000000000000000000
  85.           80000080000000808000800000008000800080800000C0C0C000808080000000
  86.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFF7FFFFF000
  87.           0000FFF07FFFF0000000FFF007FFF0000000FFF0007FF0000000FFF0000FF000
  88.           0000FFF000FFF0000000FFF00FFFF0000000FFF0FFFFF0000000FFFFFFFFF000
  89.           0000}
  90.         OnClick = sbRightClick
  91.       end
  92.       object LSelectLbl: TLabel
  93.         Left = 45
  94.         Top = -1
  95.         Width = 85
  96.         Height = 14
  97.         Alignment = taCenter
  98.         Caption = 'Select Start Label'
  99.       end
  100.     end
  101.     object rbPageRange: TRadioButton
  102.       Left = 8
  103.       Top = 51
  104.       Width = 57
  105.       Height = 17
  106.       Caption = 'Pages'
  107.       TabOrder = 0
  108.       OnClick = rbSingleClick
  109.     end
  110.     object rbLabelRange: TRadioButton
  111.       Left = 8
  112.       Top = 80
  113.       Width = 65
  114.       Height = 17
  115.       Caption = 'Labels'
  116.       TabOrder = 1
  117.       OnClick = rbSingleClick
  118.     end
  119.     object ePages: TEdit
  120.       Left = 62
  121.       Top = 48
  122.       Width = 33
  123.       Height = 22
  124.       MaxLength = 4
  125.       TabOrder = 2
  126.       Text = '1'
  127.       OnExit = ePagesExit
  128.       OnKeyPress = NumericOnlyKeyPress
  129.     end
  130.     object eLabels: TEdit
  131.       Left = 62
  132.       Top = 77
  133.       Width = 33
  134.       Height = 22
  135.       MaxLength = 9
  136.       TabOrder = 3
  137.       Text = '1'
  138.       OnClick = rbSingleClick
  139.       OnExit = ePagesExit
  140.       OnKeyPress = NumericOnlyKeyPress
  141.     end
  142.     object rbSingle: TRadioButton
  143.       Left = 8
  144.       Top = 24
  145.       Width = 81
  146.       Height = 17
  147.       Caption = 'Single'
  148.       Checked = True
  149.       TabOrder = 4
  150.       TabStop = True
  151.       OnClick = rbSingleClick
  152.     end
  153.   end
  154.   object BitBtn2: TBitBtn
  155.     Left = 216
  156.     Top = 343
  157.     Width = 75
  158.     Height = 25
  159.     Caption = '&Ok'
  160.     ModalResult = 1
  161.     TabOrder = 0
  162.     OnClick = BitBtn2Click
  163.   end
  164.   object BitBtn4: TBitBtn
  165.     Left = 296
  166.     Top = 343
  167.     Width = 75
  168.     Height = 25
  169.     Caption = '&Cancel'
  170.     ModalResult = 2
  171.     TabOrder = 1
  172.   end
  173.   object GroupBox4: TGroupBox
  174.     Left = 192
  175.     Top = 247
  176.     Width = 177
  177.     Height = 50
  178.     Caption = 'Align Barcode'
  179.     TabOrder = 5
  180.     object cbAlignH: TCheckBox
  181.       Left = 9
  182.       Top = 23
  183.       Width = 80
  184.       Height = 17
  185.       Caption = 'Horizontally'
  186.       Checked = True
  187.       State = cbChecked
  188.       TabOrder = 0
  189.     end
  190.     object cbAlignV: TCheckBox
  191.       Left = 97
  192.       Top = 24
  193.       Width = 64
  194.       Height = 17
  195.       Caption = 'Vertically'
  196.       Checked = True
  197.       State = cbChecked
  198.       TabOrder = 1
  199.     end
  200.   end
  201.   object GroupBox5: TGroupBox
  202.     Left = 191
  203.     Top = 9
  204.     Width = 176
  205.     Height = 108
  206.     Caption = 'Barcode Width'
  207.     TabOrder = 3
  208.     object LBarWidth: TLabel
  209.       Left = 125
  210.       Top = 82
  211.       Width = 42
  212.       Height = 14
  213.       Alignment = taCenter
  214.       Caption = '10.0 mils'
  215.     end
  216.     object rbAutoSize: TRadioButton
  217.       Left = 8
  218.       Top = 24
  219.       Width = 121
  220.       Height = 17
  221.       Caption = 'Auto Size (10.0 mils)'
  222.       Checked = True
  223.       TabOrder = 0
  224.       TabStop = True
  225.     end
  226.     object rbScreenRatio: TRadioButton
  227.       Left = 8
  228.       Top = 51
  229.       Width = 113
  230.       Height = 17
  231.       Caption = 'Screen Ratio'
  232.       TabOrder = 1
  233.     end
  234.     object rbCustom: TRadioButton
  235.       Left = 8
  236.       Top = 80
  237.       Width = 57
  238.       Height = 17
  239.       Caption = 'Custom'
  240.       TabOrder = 2
  241.     end
  242.     object eScale: TEdit
  243.       Left = 68
  244.       Top = 78
  245.       Width = 40
  246.       Height = 22
  247.       TabOrder = 3
  248.       Text = '8'
  249.       OnKeyPress = NumericOnlyKeyPress
  250.     end
  251.     object SpinButton1: TSpinButton
  252.       Left = 108
  253.       Top = 79
  254.       Width = 15
  255.       Height = 19
  256.       DownGlyph.Data = {
  257.         BA000000424DBA00000000000000420000002800000009000000060000000100
  258.         1000030000007800000000000000000000000000000000000000007C0000E003
  259.         00001F000000E03DE03DE03DE03DE03DE03DE03DE03DE03D0000E03DE03DE03D
  260.         E03D0000E03DE03DE03DE03D0000E03DE03DE03D000000000000E03DE03DE03D
  261.         6B00E03DE03D00000000000000000000E03DE03DFA03E03D0000000000000000
  262.         000000000000E03D0000E03DE03DE03DE03DE03DE03DE03DE03DE03D0200}
  263.       TabOrder = 4
  264.       UpGlyph.Data = {
  265.         BA000000424DBA00000000000000420000002800000009000000060000000100
  266.         1000030000007800000000000000000000000000000000000000007C0000E003
  267.         00001F000000E03DE03DE03DE03DE03DE03DE03DE03DE03D0300E03D00000000
  268.         00000000000000000000E03D2D02E03DE03D00000000000000000000E03DE03D
  269.         0200E03DE03DE03D000000000000E03DE03DE03DCE81E03DE03DE03DE03D0000
  270.         E03DE03DE03DE03D0600E03DE03DE03DE03DE03DE03DE03DE03DE03DCF81}
  271.       OnDownClick = SpinButton1DownClick
  272.       OnUpClick = SpinButton1UpClick
  273.     end
  274.   end
  275.   object GroupBox6: TGroupBox
  276.     Left = 191
  277.     Top = 124
  278.     Width = 178
  279.     Height = 117
  280.     Caption = 'Barcode Text'
  281.     TabOrder = 4
  282.     object sbSeqSettings: TSpeedButton
  283.       Left = 88
  284.       Top = 54
  285.       Width = 49
  286.       Height = 22
  287.       Hint = 'Sequence Settings'
  288.       Caption = 'Settings'
  289.       Enabled = False
  290.       ParentShowHint = False
  291.       ShowHint = True
  292.       OnClick = sbSeqSettingsClick
  293.     end
  294.     object Label1: TLabel
  295.       Left = 25
  296.       Top = 87
  297.       Width = 33
  298.       Height = 14
  299.       Caption = 'Copies'
  300.     end
  301.     object rbText: TRadioButton
  302.       Left = 8
  303.       Top = 24
  304.       Width = 49
  305.       Height = 17
  306.       Caption = 'Text'
  307.       Checked = True
  308.       TabOrder = 0
  309.       TabStop = True
  310.       OnClick = rbSingleClick
  311.     end
  312.     object eText: TEdit
  313.       Left = 56
  314.       Top = 21
  315.       Width = 112
  316.       Height = 22
  317.       TabOrder = 1
  318.       OnChange = eTextChange
  319.     end
  320.     object rbSeq: TRadioButton
  321.       Left = 8
  322.       Top = 56
  323.       Width = 73
  324.       Height = 17
  325.       Caption = 'Sequence'
  326.       TabOrder = 2
  327.       OnClick = rbSingleClick
  328.     end
  329.     object eCopies: TEdit
  330.       Left = 66
  331.       Top = 84
  332.       Width = 33
  333.       Height = 22
  334.       Color = clBtnFace
  335.       Enabled = False
  336.       MaxLength = 4
  337.       TabOrder = 3
  338.       Text = '1'
  339.       OnExit = ePagesExit
  340.       OnKeyPress = NumericOnlyKeyPress
  341.     end
  342.   end
  343.   object sbLabelSettings: TBitBtn
  344.     Left = 18
  345.     Top = 113
  346.     Width = 105
  347.     Height = 25
  348.     Caption = 'Label Sheet Setup'
  349.     Enabled = False
  350.     TabOrder = 7
  351.     OnClick = sbLabelSettingsClick
  352.   end
  353.   object PrinterSetupDialog1: TPrinterSetupDialog
  354.     Left = 144
  355.     Top = 20
  356.   end
  357.   object OpenDialog1: TOpenDialog
  358.     DefaultExt = 'txt'
  359.     Filter = 
  360.       'Text Files (*.txt; *.prn; *.csv; *.dat)|*.txt; *.prn; *.csv; *.d' +
  361.       'at'
  362.     Left = 112
  363.     Top = 23
  364.   end
  365. end
  366.